1   B   {font-family: "Comic Sans MS", Helvetica, Arial, sans-serif;
    <!--
Multi-word font family names (for example, "Bauer Bodoni") must be enclosed in quotation marks.
-->
2        font-size: 14pt;
3        font-weight: 700;
4       }
5        
6   TD   {font-family: Monaco, Courier, monospace;
7        font-size: 9pt;
8        color: #666666;
9       }
 10        
11   BLOCKQUOTE   {padding: 0px 75px;}
    <!--
Padding is a shortcut for setting padding-left, padding-right, padding-top, and padding-bottom individually. Where a value for a side is missing, it is assumed based on the value of its opposite side. If opposite sides are set to the same value, only one is listed. The notation above sets the top and bottom padding to 0 pixels, and the left and right padding to 75 pixels each.
-->
12        
13   .asterisk   {font-family: Helvetica, Arial, sans-serif;
14        font-size: 9pt;
15        color: #000000;
16       }